home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970104-19970326 / 000442_news@columbia.edu _Thu Mar 20 11:53:15 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id LAA21795
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 20 Mar 1997 11:53:15 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id LAA17682
  7.     for kermit.misc@watsun; Thu, 20 Mar 1997 11:53:14 -0500 (EST)
  8. Path: news.columbia.edu!panix!news.eecs.umich.edu!news.radio.cz!newsbastard.radio.cz!news.radio.cz!CESspool!hammer.uoregon.edu!csulb.edu!news.sgi.com!howland.erols.net!cs.utexas.edu!news.cs.utah.edu!cc.usu.edu!jrd
  9. From: jrd@cc.usu.edu (Joe Doupnik)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Packet driver to an ethernet connection via ndis driver, does it work ?
  12. Message-ID: <1997Mar20.090925.95754@cc.usu.edu>
  13. Date: 20 Mar 97 09:09:25 MDT
  14. References: <01bc3411$3cbf7540$58e0b1c2@karlos>
  15. Organization: Utah State University
  16. Lines: 19
  17. Xref: news.columbia.edu comp.protocols.kermit.misc:6774
  18.  
  19. In article <01bc3411$3cbf7540$58e0b1c2@karlos>, "Karl-Johan Olsen" <karlos@greennet.gl> writes:
  20. > I've been trying to connect over tcpip with pathworks.
  21. > I loaded a packet driver and binded it with an ndis driver.
  22. > I got an Lan address out, but I was'nt able to connect to my server.
  23. > What did I probally did wrong.
  24. > I used int 0x60 and it did work well.
  25. > I used mskermit v.3.14.
  26. > And my normal connection to my network did well.
  27. > Karl-Johan Olsen
  28. > karlos@greennet.gl
  29. ------------
  30.     Without knowing which components were hooked together I'll be 
  31. brief and recommend reviewing the documentation included with MS-DOS
  32. Kermit distribution. The NDIS v2 (real mode) to Packet Driver converter
  33. is dis_pkt9 and it is part of the MSK distribution kit. 
  34.     Also, please remember that use only one TCP/IP stack at a time
  35. over the same board.
  36.     Joe D.